[INFO] fetching crate goonj 1.4.3...
[INFO] fixing goonj-1.4.3 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate goonj 1.4.3 into /workspace/builds/worker-6-tc1/source
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate goonj 1.4.3
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate goonj 1.4.3
[INFO] tweaked toml for crates.io crate goonj 1.4.3 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate goonj 1.4.3 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate goonj 1.4.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tracing-log v0.2.0
[INFO] [stderr]   Downloaded valuable v0.1.1
[INFO] [stderr]   Downloaded thread_local v1.1.9
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.120
[INFO] [stderr]   Downloaded clap_lex v1.1.0
[INFO] [stderr]   Downloaded matchers v0.2.0
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.120
[INFO] [stderr]   Downloaded criterion-plot v0.8.2
[INFO] [stderr]   Downloaded anstyle v1.0.14
[INFO] [stderr]   Downloaded sharded-slab v0.1.7
[INFO] [stderr]   Downloaded nu-ansi-term v0.50.3
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.120
[INFO] [stderr]   Downloaded clap v4.6.1
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.120
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.48
[INFO] [stderr]   Downloaded cc v1.2.61
[INFO] [stderr]   Downloaded bumpalo v3.20.2
[INFO] [stderr]   Downloaded js-sys v0.3.97
[INFO] [stderr]   Downloaded tracing-subscriber v0.3.23
[INFO] [stderr]   Downloaded criterion v0.8.2
[INFO] [stderr]   Downloaded regex v1.12.3
[INFO] [stderr]   Downloaded rayon v1.12.0
[INFO] [stderr]   Downloaded clap_builder v4.6.0
[INFO] [stderr]   Downloaded hisab v1.4.0
[INFO] [stderr]   Downloaded zerocopy v0.8.48
[INFO] [stderr]   Downloaded regex-syntax v0.8.10
[INFO] [stderr]   Downloaded regex-automata v0.4.14
[INFO] [stderr]   Downloaded glam v0.29.3
[INFO] [stderr]   Downloaded web-sys v0.3.97
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cd6a94cb96150b68168bbcf57d39155138bcfe69b68b0bc36e86efb2bad1f05c
[INFO] running `Command { std: "docker" "start" "cd6a94cb96150b68168bbcf57d39155138bcfe69b68b0bc36e86efb2bad1f05c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cd6a94cb96150b68168bbcf57d39155138bcfe69b68b0bc36e86efb2bad1f05c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd6a94cb96150b68168bbcf57d39155138bcfe69b68b0bc36e86efb2bad1f05c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cd6a94cb96150b68168bbcf57d39155138bcfe69b68b0bc36e86efb2bad1f05c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]     Checking criterion-plot v0.8.2
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking glam v0.29.3
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking criterion v0.8.2
[INFO] [stderr]     Checking hisab v1.4.0
[INFO] [stderr]     Checking goonj v1.4.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find `wav` in `goonj`
[INFO] [stdout]    --> benches/benchmarks.rs:274:20
[INFO] [stdout]     |
[INFO] [stdout] 274 |             goonj::wav::write_wav_mono(black_box(&samples), black_box(48000), &mut buf).unwrap();
[INFO] [stdout]     |                    ^^^ could not find `wav` in `goonj`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  91 | #[cfg(feature = "wav")]
[INFO] [stdout]     |       --------------- the item is gated behind the `wav` feature
[INFO] [stdout]  92 | pub mod wav;
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `binaural` in `goonj`
[INFO] [stdout]    --> benches/benchmarks.rs:287:23
[INFO] [stdout]     |
[INFO] [stdout] 287 |     let hrtf = goonj::binaural::HrtfDataset::from_pairs(
[INFO] [stdout]     |                       ^^^^^^^^ could not find `binaural` in `goonj`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:30:9
[INFO] [stdout]     |
[INFO] [stdout]  29 | #[cfg(feature = "binaural")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `binaural` feature
[INFO] [stdout]  30 | pub mod binaural;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `binaural` in `goonj`
[INFO] [stdout]    --> benches/benchmarks.rs:289:20
[INFO] [stdout]     |
[INFO] [stdout] 289 |             goonj::binaural::HrtfPair {
[INFO] [stdout]     |                    ^^^^^^^^ could not find `binaural` in `goonj`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:30:9
[INFO] [stdout]     |
[INFO] [stdout]  29 | #[cfg(feature = "binaural")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `binaural` feature
[INFO] [stdout]  30 | pub mod binaural;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `binaural` in `goonj`
[INFO] [stdout]    --> benches/benchmarks.rs:295:20
[INFO] [stdout]     |
[INFO] [stdout] 295 |             goonj::binaural::HrtfPair {
[INFO] [stdout]     |                    ^^^^^^^^ could not find `binaural` in `goonj`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:30:9
[INFO] [stdout]     |
[INFO] [stdout]  29 | #[cfg(feature = "binaural")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `binaural` feature
[INFO] [stdout]  30 | pub mod binaural;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `binaural` in `goonj`
[INFO] [stdout]    --> benches/benchmarks.rs:313:20
[INFO] [stdout]     |
[INFO] [stdout] 313 |             goonj::binaural::generate_binaural_ir(
[INFO] [stdout]     |                    ^^^^^^^^ could not find `binaural` in `goonj`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:30:9
[INFO] [stdout]     |
[INFO] [stdout]  29 | #[cfg(feature = "binaural")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `binaural` feature
[INFO] [stdout]  30 | pub mod binaural;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `goonj` (bench "benchmarks") due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "cd6a94cb96150b68168bbcf57d39155138bcfe69b68b0bc36e86efb2bad1f05c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd6a94cb96150b68168bbcf57d39155138bcfe69b68b0bc36e86efb2bad1f05c", kill_on_drop: false }`
[INFO] [stdout] cd6a94cb96150b68168bbcf57d39155138bcfe69b68b0bc36e86efb2bad1f05c
